home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / networking / 2887 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.5 KB  |  50 lines

  1. Newsgroups: comp.sys.amiga.networking
  2. Path: netcom.com!dkaupp
  3. From: dkaupp@netcom.com (Blitter)
  4. Subject: Mlink and Localhost
  5. Message-ID: <dkauppDor8Io.70L@netcom.com>
  6. Organization: >nil:
  7. X-Newsreader: TIN [version 1.2 PL1]
  8. Date: Sun, 24 Mar 1996 04:30:23 GMT
  9. Sender: dkaupp@netcom11.netcom.com
  10.  
  11.  
  12.  Is it possible to telnet to localhost (Amiga) using Mlink? I have a mud 
  13. that runs under AmiTCP, but I only have a shell account.
  14.  
  15.  Well for some odd reason, I decided to see if it would work with mlink. 
  16. It does startup like normal. But when I try telnet localhost 1234
  17.  
  18.  I get this output from the Mud.......
  19.  
  20.  
  21. New_descriptor: accept: Too many open files.
  22. New_descriptor: accept: Too many open files.
  23. New_descriptor: accept: Too many open files.
  24. New_descriptor: accept: Too many open files.
  25. New_descriptor: accept: Too many open files.
  26. Etc.....Infinite (I think :)..
  27.  
  28.  I think it coming from this piece if code...
  29.  
  30.  
  31. getsockname( control, (struct sockaddr *) &sock, &size );
  32. if ( ( desc = accept( control, (struct sockaddr *) &sock, &size) ) < 0 )
  33.     {
  34.     perror( "New_descriptor: accept" );
  35.     return;
  36.     }
  37.  
  38.  
  39.  Anyhow, is it possible to telnet from an Amiga to localhost on the Amiga 
  40. with Mlink? I guess I would need some kind of address, but I'm not a TCP 
  41. guru by anymeans :).
  42.  
  43.  
  44. -- 
  45. Dave  dkaupp@netcom.com        //                       Kell the Atheist
  46. AMIGA Technologies Homepage   //The Amiga Web Directory kills 12, claims
  47. www.amiga.de               \\//www.cucug.org/amiga.html Darwin made me do it.
  48. Another generic lamer page  -->  www.geocities.com/SiliconValley/1411
  49.  
  50.